-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use key-value store for analysis data #297
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #297 +/- ##
==========================================
- Coverage 93.58% 90.36% -3.22%
==========================================
Files 29 31 +2
Lines 2806 3250 +444
==========================================
+ Hits 2626 2937 +311
- Misses 139 255 +116
- Partials 41 58 +17 ☔ View full report in Codecov by Sentry. |
1c23e82
to
28acea9
Compare
28acea9
to
104f9b8
Compare
can we confirm the expected behavior as: If so, I would suggest to use an alternative flag pairs: this might be safer: prevent unintended local storage overriding/storage lost :( which I have met :( |
Yes, I think the proposed flag makes sense. Lets change it for the next release. |
To be able to process big amounts of data, we need to store the analysis data on disk instead of memory.
Closes #118.